home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / libs / winlib-0.0 / winlib-0 / win / demo / README < prev    next >
Encoding:
Text File  |  1995-12-23  |  764 b   |  20 lines

  1. WinLIB Demo Program
  2. by Ken Hollis
  3.  
  4. This program simply tests out the features of WinLIB.  It currently 
  5. demonstrates the following features (and function calls) of WinLIB:
  6.  
  7.     o Menu title and item creation (with callback demonstrations)
  8.     o Menu check items
  9.     o Keyboard callback handling
  10.     o Initialization and deinitialization of WinLIB
  11.     o Creation of windows, manipulation, and removal of them
  12.  
  13. To make this program, simply type "make" but make sure you have the 
  14. WinLIB library available, or it will not compile.
  15.  
  16. The only functional options are under the Settings menu, which 
  17. demonstrates Menu_AddCheck, under the File menu where you can quit the 
  18. program, and under the Options menu where you can get the current version 
  19. of the WinLIB library.  That's IT!  :)
  20.